home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue35 / clinic / BmpUsr2U.dfm / BmpUsr2U.txt
Text File  |  1998-03-11  |  696b  |  40 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   Width = 416
  5.   Height = 233
  6.   Caption = 'Form1'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Image1: TImage
  15.     Left = 152
  16.     Top = 16
  17.     Width = 241
  18.     Height = 177
  19.     AutoSize = True
  20.   end
  21.   object Button1: TButton
  22.     Left = 16
  23.     Top = 16
  24.     Width = 75
  25.     Height = 25
  26.     Caption = '&Athena'
  27.     TabOrder = 0
  28.     OnClick = Button1Click
  29.   end
  30.   object Button2: TButton
  31.     Left = 16
  32.     Top = 56
  33.     Width = 75
  34.     Height = 25
  35.     Caption = '&Chemical'
  36.     TabOrder = 1
  37.     OnClick = Button2Click
  38.   end
  39. end
  40.